home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000316_news@newsmaster….columbia.edu _Tue Nov 17 12:51:06 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA03129
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Nov 1998 12:51:05 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA14344
  7.     for kermit.misc@watsun; Tue, 17 Nov 1998 12:51:04 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: C-kermis,solaris2.3, 8 bit
  12. Date: 17 Nov 1998 17:51:04 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <72sd28$98v$1@apakabar.cc.columbia.edu>
  16. References: <3651AE71.258022DB@siemens.at>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9523
  19.  
  20. In article <3651AE71.258022DB@siemens.at>,
  21. petrus vloet  <petrus.vloet@siemens.at> wrote:
  22. : Does c-kermti 6.0.192 support following dataformat on a direct serial
  23. : line:
  24. : ______________________________
  25. : |  |  |  |  |  |  |  |  |  |  |
  26. : |ST|D0|D1|D2|D3|D4|D5|D6|D7|SP|
  27. : |__|__|__|__|__|__|__|__|__|__|
  28. :
  29. : 1 startbit (logical 0)
  30. : 8 databits
  31. : 1 stopbit (logical 1)
  32. : no parity
  33. Yes.
  34.  
  35. : I set the following parameters but the output is incorrect
  36. : set flow(-control)   none
  37. : set carrier-watch    off
  38. : set line             /dev/ttya
  39. : set speed            19200
  40. : set parity              none
  41. : set terminal bytesize   8
  42. : set escape              ^x
  43. Then it's incorrect for some other reason.  A character-set
  44. translation issue, perhaps?
  45.  
  46. What does it look like, and what is it supposed to look like?
  47.  
  48. Note that "set flow-control none" is often a cause of fractured
  49. output.  Why not use RTS/CTS or Xon/Xoff?
  50.  
  51. - Frank